BankDeposit 
EntityType  Independent 
Logical Entity Name  BankDeposit 
Default Table Name  SaBankDep 
Logical Only  NO 
Definition 
 
Note 
 

BankDeposit Attributes 
Attribute/Logical Rolename  Domain  Datatype  NULL  Definition 
BankDepositId(PK)    INTEGER  NO 
 
DepositDate    DATETIME  NO 
 
BankAccountId(FK)    INTEGER  YES 
 
DebitAccount    VARCHAR(20)  YES 
 
TotalAmount    MONEY(19, 4)  YES 
 
TotalCash    MONEY(19, 4)  YES 
 
TotalChecks    MONEY(19, 4)  YES 
 
TotalOther    MONEY(19, 4)  YES 
 
CreatedDateTime    DATETIME  NO 
 
LastModifiedDateTime    DATETIME  NO 
 
LastModifiedUserId    INTEGER  NO 
 
RowVersion    TIMESTAMP/DATE  NO 
 
GreatPlainsDepositNumber    CHAR(21)  YES 
 
GeneralLedgerReleaseBatchId(FK)    INTEGER  YES 
 
AxDepositSlipNumber    NVARCHAR(50)  YES 
 

BankDeposit Keys 
Key Name  Key Type  Keys 
SaBankDep_SaBankDepID_U_C_IDX  PrimaryKey  BankDepositId 

BankDeposit Relationships 
Parent Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype 
BankAccount  Non-Identifying  Zero or One to Zero or More        BankAccountId  NO 
GeneralLedgerReleaseBatch  Non-Identifying  Zero or One to Zero or More        GeneralLedgerReleaseBatchId  NO 
Child Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype 
GeneralLedgerReleaseBatchDetail  Non-Identifying  Zero or One to Zero or More          NO 
MiscellaneousCash  Non-Identifying  One To Zero or More          NO 
StudentAccountTransaction  Non-Identifying  One To Zero or More          NO 
StudentSubsidiaryAccountTransaction  Non-Identifying  One To Zero or More          NO 
GeneralLedgerReleaseBatchDetail  Non-Identifying  One To Zero or More          NO 
StudentSubsidiaryAccountTransaction  Non-Identifying  One To Zero or More          NO 

BankDeposit Check Constraints 
Check Constraint Name  CheckConstraint